Uses of Interface
org.eclipse.vtp.framework.interactions.core.media.IFormatter

Packages that use IFormatter
org.eclipse.vtp.desktop.editors.core.impl   
org.eclipse.vtp.desktop.projects.voice.internals   
org.eclipse.vtp.framework.interactions.core.media   
org.eclipse.vtp.framework.interactions.core.services   
org.eclipse.vtp.framework.interactions.voice.media   
org.eclipse.vtp.framework.media   
 

Uses of IFormatter in org.eclipse.vtp.desktop.editors.core.impl
 

Methods in org.eclipse.vtp.desktop.editors.core.impl that return IFormatter
 IFormatter StubMediaProvider.getFormatter()
           
 

Uses of IFormatter in org.eclipse.vtp.desktop.projects.voice.internals
 

Methods in org.eclipse.vtp.desktop.projects.voice.internals that return IFormatter
 IFormatter VoiceMediaProvider.getFormatter()
           
 

Uses of IFormatter in org.eclipse.vtp.framework.interactions.core.media
 

Methods in org.eclipse.vtp.framework.interactions.core.media that return IFormatter
 IFormatter IMediaProvider.getFormatter()
           
 IFormatter IFormatterRegistry.getFormatter(java.lang.String formatterID)
           
 

Methods in org.eclipse.vtp.framework.interactions.core.media with parameters of type IFormatter
 java.util.List OrdinalContent.format(IFormatter formatter, IMediaProvider mediaProvider)
           
 java.util.List NumberContent.format(IFormatter formatter, IMediaProvider mediaProvider)
           
 java.util.List MoneyContent.format(IFormatter formatter, IMediaProvider mediaProvider)
           
 java.util.List LettersContent.format(IFormatter formatter, IMediaProvider mediaProvider)
           
abstract  java.util.List FormattableContent.format(IFormatter formatter, IMediaProvider mediaProvider)
           
 java.util.List DigitsContent.format(IFormatter formatter, IMediaProvider mediaProvider)
           
 java.util.List DateContent.format(IFormatter formatter, IMediaProvider mediaProvider)
           
 

Uses of IFormatter in org.eclipse.vtp.framework.interactions.core.services
 

Methods in org.eclipse.vtp.framework.interactions.core.services that return IFormatter
 IFormatter FormatterRegistry.getFormatter(java.lang.String formatterID)
           
 

Uses of IFormatter in org.eclipse.vtp.framework.interactions.voice.media
 

Classes in org.eclipse.vtp.framework.interactions.voice.media that implement IFormatter
 class SimpleEnglishVoiceFormatter
          This implementation of IFormatter provides basic support for the English language.
 class VoiceFormatter
           
 

Uses of IFormatter in org.eclipse.vtp.framework.media
 

Methods in org.eclipse.vtp.framework.media that return IFormatter
 IFormatter FormatterRegistration.getFormatter()